home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _C9FBAE64F1C54638B1007C1C11ABED54 < prev    next >
Encoding:
Text File  |  2004-03-17  |  374 b   |  13 lines

  1.        tmu()
  2.        {
  3.             TexGen("world_position")
  4.             TexMtxDirPosScale(1.0, 0.0, 0.0, 0, 0, 0, %waterscale, %waterscale, %waterscale)            
  5.             texture()
  6.             {
  7.                 Image("WaterDeep_P.dds")
  8.                 filtering("linear_no_mip")
  9.                 addressfunc("wrap", "clamp", "clamp")
  10.                 
  11.             }
  12.        }        
  13.